[][src]Crate bitrw

Structs

BitRead

Provides BitRead from a Read.

BitWrite

The structure is required to cache unsaved bits. The unsaved bits will be written when io_drop() or drop() is called. Don't create the structure directly. Use the UseBitWrite::use_bit_write() function to write bits.

Traits

UseBitRead
UseBitWrite